home *** CD-ROM | disk | FTP | other *** search
/ Micro Dingo 39 / Micro_Dingo_39_CD1.mdx / Delires / Hentai / sim.swf / scripts / DefineButton2_340 / BUTTONCONDACTION on(release, keyPress n).as
Text File  |  2002-05-21  |  179b  |  13 lines

  1. on(release, keyPress "n"){
  2.    if(money >= 1000)
  3.    {
  4.       money -= 1000;
  5.       diamond += 1;
  6.       gotoAndPlay(286);
  7.    }
  8.    else
  9.    {
  10.       gotoAndStop(285);
  11.    }
  12. }
  13.